home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / nfs / nfs-serv.2be / nfs-serv / nfs-server-2.2beta16 / configure.in < prev    next >
Encoding:
Text File  |  1996-01-06  |  1.0 KB  |  47 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl Updated for autoconf 2.
  3. dnl
  4. AC_INIT(nfsd.c)
  5. AC_CONFIG_HEADER(config.h)
  6. AC_PROG_CC
  7. # If we're using gcc, we want warning flags
  8. test -n "$GCC" &&
  9.   WARNFLAGS=-Wall RPC_WARNFLAGS="-Wno-unused -Wno-switch -Wno-uninitialized"
  10. AC_SUBST(WARNFLAGS)
  11. AC_SUBST(RPC_WARNFLAGS)
  12. AC_PROG_CPP
  13. AC_PROG_RANLIB
  14. AC_PROG_RPCGEN
  15. AC_RPCGEN_C
  16. AC_RPCGEN_I
  17. AC_GCC_TRADITIONAL
  18. AC_AIX
  19. AC_MINIX
  20. AC_ISC_POSIX
  21. AC_PROG_INSTALL
  22. AC_CONST
  23. AC_VPRINTF
  24. AC_STDC_HEADERS
  25. AC_HEADER_DIRENT
  26. AC_RETSIGTYPE
  27. AC_ST_BLKSIZE
  28. AC_ST_BLOCKS
  29. AC_ST_RDEV
  30. AC_STAT_MACROS_BROKEN
  31. AC_UID_T
  32. AC_MODE_T
  33. AC_GETGROUPS_T
  34. AC_XDRPROC_T
  35. AC_UTIME_NULL
  36. AC_MAJOR_HEADER
  37. AC_HAVE_HEADERS(unistd.h string.h memory.h fcntl.h syslog.h sys/file.h sys/time.h utime.h)
  38. AC_ALLOCA
  39. AC_CHECK_LIB(nsl, main)
  40. AC_CHECK_LIB(socket, main)
  41. AC_REPLACE_FUNCS(strerror realpath mkdir rename utimes strdup strstr)
  42. AC_HAVE_FUNCS(getcwd seteuid setreuid getdtablesize setgroups lchown setsid setfsuid setfsgid getnetgrent quotactl)
  43. AC_MOUNTLIST
  44. AC_FSUSAGE
  45. AC_LIBWRAP_BUG
  46. AC_OUTPUT(Makefile)
  47.